home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 December
/
CHIPNET Aralık 1997.iso
/
linux
/
redhat
/
misc
/
src
/
install
/
lilo.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1997-08-11
|
177 b
|
11 lines
#ifndef H_LILO
#define H_LILO
#include "hd.h"
#include "fs.h"
int installLilo(char * prefix, struct partitionTable table, struct fstab fstab,
char * kernelVersion);
#endif